runtime.rtype.nameOff (method)
11 uses
runtime (current package)
heapdump.go#L198: if x := t.Uncommon(); x == nil || rt.nameOff(x.PkgPath).Name() == "" {
heapdump.go#L201: pkgpath := rt.nameOff(x.PkgPath).Name()
iface.go#L44: name := toRType(&inter.Type).nameOff(inter.Methods[0].Name)
iface.go#L211: name := toRType(&inter.Type).nameOff(i.Name)
iface.go#L220: tname := rtyp.nameOff(t.Name)
iface.go#L224: pkgPath = rtyp.nameOff(x.PkgPath).Name()
type.go#L26: s := t.nameOff(t.Str).Name()
type.go#L62: return t.nameOff(u.PkgPath).Name()
type.go#L139: func (t rtype) nameOff(off nameOff) name {
type.go#L355: pkgpatht := rt.nameOff(ut.PkgPath).Name()
type.go#L356: pkgpathv := rv.nameOff(uv.PkgPath).Name()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |